From c11d5743dda00462d6fe5dd2602de2763455d121 Mon Sep 17 00:00:00 2001 From: "kaf24@scramble.cl.cam.ac.uk" Date: Tue, 11 Jan 2005 22:34:41 +0000 Subject: [PATCH] bitkeeper revision 1.1159.217.8 (41e454818hx7mN7uWLClM4tuMNwT5g) Makefile: Build ioemu portion of full-virt system. --- tools/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/Makefile b/tools/Makefile index fc79cd1d9a..ded1ea4b43 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -9,6 +9,7 @@ all: $(MAKE) -C python $(MAKE) -C xfrd $(MAKE) -C xcs + $(MAKE) -C ioemu install: ifneq ($(dist),yes) @@ -23,6 +24,7 @@ endif $(MAKE) -C xfrd install $(MAKE) -C sv install $(MAKE) -C xcs install + $(MAKE) -C ioemu install dist: $(TARGET) $(MAKE) prefix=`pwd`/../../install dist=yes install @@ -37,4 +39,4 @@ clean: $(MAKE) -C python clean $(MAKE) -C xfrd clean $(MAKE) -C xcs clean - + $(MAKE) -C ioemu clean -- 2.30.2